This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
As far as I know, there is no way to read cookies in Lotusscript. They live in the client and your Lotusscript agents run ón the server. Just have your client side (Javascript/jQuery) code read the cookie data and pass it to the agent using an Ajax call like you do with other data.
On my blog in November I posted a simple class to read HTTP GET/POST data in a Lotusscript agent. That should be pretty much all you need.